3.8 Comments and Docstrings (Google Python Style Guide)
https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
code:python
"""summary
Args:
x (type): foo bar
Returns:
int
"""